home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 October
/
CHIP 1996 oktober (CD08).zip
/
CHIP_CD08.BIN
/
questar
/
cvpvw11b.exe
/
DATA.Z
/
SAMPLE.TXT
< prev
next >
Wrap
Text File
|
1996-03-12
|
1KB
|
37 lines
; SAMPLE.TXT
;
; This file explains the syntax for creating your own shortcuts.
; illustrated in the included SAMPLE.CVP file.
; ";" are comments and can be ignored
;
; This is a sample script file to allow shortcuts
; for the Connectix VideoPhone. By double clicking
; on the "Sample Connection Shortcut", Connectix VideoPhone will
; automatically start in TCP/IP mode and call the
; specified address.
;
; A shortcut can be made for any of the communications
; mode available (TCP, IPX, MDM, SER)
;
; Samples are listed below
; Format
; /p: tcp | ipx | mdm | ser Specifies the communications mode
; Use mdm for Modems and ISDN
; /ac: <address or number> users address or phone number
;
; tcp - internet
/p:tcp /ac:###.###.###.### ; Used with IP address
/p:tcp /ac:hostname.domain.name ; Used with machine name
; ; such as somebody.connectix.com
;
; ipx - Novell
/p:ipx /ac:###,##########
; ; Network address ex 2e5,65f83s6632
; ; "Network address, Node Address"
;
; mdm - for direct modem or ISDN connections
/p:mdm /ac:#-###-###-#### ; Enter telephone number here
;
; ser - for direct serial cable connections
/p:ser /ac:COM? ; Enter which COM port you are using.